home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / diskl306.zip / PRODUCTS.DOC < prev    next >
Text File  |  1993-12-03  |  7KB  |  199 lines

  1.  
  2.  
  3.  
  4.      Here are descriptions of two other Shareware programs produced by
  5.      Gulf Sierra, PC-ACCOUNT and SHERLOCK.
  6.  
  7.  
  8.                                  PC-ACCOUNT
  9.  
  10.      PC-ACCOUNT is a personal accounting system with data base
  11.      retrieval capabilities.  With it, you can discard your checkbook
  12.      ledger.  Its most unique feature is its ability to print on any
  13.      personal check.
  14.  
  15.      Personal checks are usually not designed for the normal line
  16.      spacing of 6 lines per inch.  This program utilizes the variable
  17.      line spacing of most printers to achieve the efficiency and
  18.      accuracy of having your computer print on your checks.  A utility
  19.      lets you create formats for fifteen different checking accounts.
  20.      The check is printed as soon as the transaction is completed.
  21.      The amount is printed on the check in words.
  22.  
  23.      A directory is maintained of check payees and memo data to be
  24.      printed on the check, such as its purpose or your account number
  25.      with the payee.  Payees are selected by number, and the name and
  26.      memo are automatically transferred to the check.
  27.  
  28.      Searches can be made for all transactions against an account, for
  29.      a user defined code, for an amount, for a text string within the
  30.      comment, or for a check number.  These searches can be made
  31.      through any selected consecutive months, so a full years
  32.      transactions in a specific category can be retrieved at tax time.
  33.  
  34.      Recurring transactions such as loan payments and cash
  35.      distributions to accounts can be saved, edited and invoked on
  36.      command for auto entry.  There is a routine that can reconcile
  37.      your bank statement swiftly.  Another routine double checks the
  38.      line by line totals in your checkbook.
  39.  
  40.      This system makes full use of the features of the IBM PC.  All 10
  41.      function keys are used.  Listings of accounts and transactions
  42.      can be output to the screen, to the printer, to a disk text file,
  43.      or to a file that can be imported by Lotus 1-2-3.
  44.  
  45.      This software works on the IBM PC/XT/AT with 256K of free memory
  46.      and at least 1 double sided disk drive.  It runs under PC DOS 2.0
  47.      and later versions.  It is distributed on bulletin boards,
  48.      CompuServe, and by Shareware disk vendors.  It comes in three
  49.      files: PCACT220.TXT, PCDOC220.EXE, and PCACT220.EXE.
  50.  
  51.                                   SHERLOCK
  52.  
  53.      SHERLOCK is designed to do one job, compare two ASCII files line
  54.      by line.  When they don't match, SHERLOCK raises a flag.  At that
  55.      point, you may scroll either or both files passed the mismatch to
  56.      put them in sync and then continue.  SHERLOCK contains features
  57.      for searching, jumping around the files, restarting, and copying
  58.      lines to a printer.  SHERLOCK does not write to either file.
  59.  
  60.      SHERLOCK is designed as a tool for programmers, writers and
  61.      workstation support personnel.  It is best on files like program
  62.      source files, AUTOEXEC.BAT, CONFIG.SYS, and text documents.
  63.  
  64.      SHERLOCK displays five lines of each file in separate windows.
  65.      The line from each file that is being compared is in the center
  66.      of the window and highlighted.  The line number of the center
  67.  
  68.  
  69.  
  70.      line is displayed in the upper left corner of the window frame.
  71.      When they do not match, a message pops up between the windows.
  72.      The top line of each window frame displays the number of the
  73.      center line and the name of the file.
  74.  
  75.      At the end of this documentation is a page showing the SHERLOCK
  76.      screen.  Since it contains graphic lines, it may not print on
  77.      your printer.  View this on your computer screen.
  78.  
  79.      You may order a disk with the latest PC-ACCOUNT system and
  80.      SHERLOCK from me.  Send $45.00 to register PC-ACCOUNT and/or
  81.      $25.00 to register SHERLOCK right away and get the benefit of
  82.      immediate telephone assistance.  Visa, MasterCard, and American
  83.      Express accepted.
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.                               ┌─────────────────┐   T-Trim Leading Spaces  Yes
  139.                               │ S H E R L O C K │   A-Case Sensitive       No
  140.                               └─────────────────┘   R-Remove All Spaces    No
  141. ╒╡      356╞═══════════════════╡ DISKLIST.BAS ╞═══════════════════════════════╕
  142. │   CASE 1                                                                    │
  143. │      D1 = ASC(DSEL$(CHOICE))                                                │
  144. │      D1 = D1 - 1: IF D1 < 66 THEN D1 = DRIVEL                               │
  145. │      DSEL$(CHOICE) = CHR$(D1) + ":"                                         │
  146. │   CASE 2                                                                    │
  147. ╘═════════════════════════════════════════════════════════════════════════════╛
  148.           DO NOT MATCH
  149. ╒╡      356╞═══════════╡ D:\QB45\DISKLIST\DISKLIST.BAS ╞══════════════════════╕
  150. │   CASE 1                                                                    │
  151. │      D1 = ASC(DSEL$(CHOICE))                                                │
  152. │      D1 = D1 - 1: IF D1 < 65 THEN D1 = DRIVEL                               │
  153. │      DSEL$(CHOICE) = CHR$(D1) + ":"                                         │
  154. │   CASE 2                                                                    │
  155. ╘═════════════════════════════════════════════════════════════════════════════╛
  156.        ╔╡ FUNCTION KEYS ╞═══════════════════════════════════════════════╗
  157.        ║ FK 1 - HELP; also Shift & Ctl  FK 2  - Jump to Line            ║
  158.        ║ FK 3 - Quit Now                FK 4  - Jump to DOS             ║
  159.        ║ FK 5 - Open a New File         FK 6  - Reverse Scroll Action  ║
  160.        ║ FK 7 - Print Lines             FK 8  - Print Registration Form ║
  161.        ║ FK 9 - Toggle Display ON/OFF   FK 10 - Toggle Auto SCAN ON/OFF ║
  162.        ╚════════════════════════════════════════════════════════════════╝
  163.  
  164.  
  165.  
  166.      This is the main screen of SHERLOCK.  It illustrates the two
  167.      windows that contain the text being displayed and the list of
  168.      functions available.  Unfortunately, it doesn't show the yellow,
  169.      brown, black, red and blue colors or the reverse video of this
  170.      screen.
  171.  
  172.      The middle lines of the top two windows are highlighted.  They
  173.      are both line 356 in the respective documents.  The flag between
  174.      the windows indicate that these lines do not match.  One line has
  175.      the number with the value 66 and the other has 65.
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.